Crate value_trait
source ·Expand description
A crate providing generalised value traits for working with
JSONesque
values.
Modules
- Traits that provide basic interactions, they do have no auto-implementations
- Traits that have derived implementations relying on
base
traitsa - Traits for serializing JSON
- Prelude for traits
Structs
- A type error thrown by the
try_*
functions
Enums
- An access error for
ValueType
- Extended types that have no native representation in JSON
- Static tape node
- Types of JSON values
Traits
- Support of builder methods for traits.